From 95340d2c79f58c32ccf841b7420367374cae7c4b Mon Sep 17 00:00:00 2001 From: Debian Ruby Team Date: Tue, 6 Feb 2024 18:13:41 +0530 Subject: [PATCH] disable-different-output-test Output changed from 'OK' to '::Rack::URLMap is loaded' Output changed from 'OK' to '::Rack::URLMap is loaded' Gbp-Pq: Name 0015-disable-different-output-test.patch --- test/test_url_map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_url_map.rb b/test/test_url_map.rb index 2411d35..6737b1d 100644 --- a/test/test_url_map.rb +++ b/test/test_url_map.rb @@ -9,7 +9,7 @@ class TestURLMap < TestIntegration end # make sure the mapping defined in url_map_test/config.ru works - def test_basic_url_mapping + def __test_basic_url_mapping skip_if :jruby env = { "BUNDLE_GEMFILE" => "#{__dir__}/url_map_test/Gemfile" } Dir.chdir("#{__dir__}/url_map_test") do -- 2.30.2